"attractive theme using primary color BF83FC" shadcn/ui theme

neon
bold
future
vivid
immersive
contrast
experimental

Shadcn/ui Theme Css Variables

name: Neon Fusionkeyword: attractive theme using primary color BF83FC views: 40

:root {
  --background: 0 0% 0%;
  --foreground: 240 10% 90%;
  --card: 0 0% 0%;
  --card-foreground: 240 10% 90%;
  --popover: 0 0% 0%;
  --popover-foreground: 240 10% 90%;
  --primary: 272.7 95% 70%;
  --primary-foreground: 0 0% 0%;
  --secondary: 272.7 95% 50%;
  --secondary-foreground: 0 0% 100%;
  --muted: 272.7 95% 30%;
  --muted-foreground: 240 10% 70%;
  --accent: 272.7 95% 50%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 272.7 95% 50%;
  --input: 272.7 95% 50%;
  --ring: 272.7 95% 70%;
  --radius: 0.75rem;
  --chart-1: 12 76% 61%;
  --chart-2: 173 58% 39%;
  --chart-3: 197 37% 24%;
  --chart-4: 43 74% 66%;
  --chart-5: 27 87% 67%;
}